home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 November: Tool Chest / Dev.CD Nov 94.toast / Tool Chest / QuickDraw GX / QuickDraw GX Info / QuickDraw GX Interfaces / Interfaces & Libraries / interfaces / PrintingExtensions.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-24  |  787 b   |  38 lines  |  [TEXT/MPS ]

  1. /* ------------------------------------------------------------------------------
  2.  
  3.     FILENAME
  4.         PrintingExtensions.h
  5.  
  6.     DESCRIPTION
  7.         This file defines data types and API functions for
  8.         printing extension development.
  9.  
  10.     COPYRIGHT
  11.         Copyright © Apple Computer, Inc. 1989, 1990, 1991, 1992, 1993
  12.         All rights reserved. 
  13.     
  14. ------------------------------------------------------------------------------- */
  15.  
  16. #ifndef __PRINTINGEXTENSIONS__
  17. #define __PRINTINGEXTENSIONS__
  18.  
  19.  
  20. #ifndef __PRINTINGDRIVERS__
  21.     #include <PrintingDrivers.h>
  22. #endif
  23.  
  24.  
  25. /* ------------------------------------------------------------------------------
  26.  
  27.                         Printing Extension API Contants and Types
  28.  
  29. -------------------------------------------------------------------------------- */
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38. #endif __PRINTINGEXTENSIONS__